home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / os2 / dvorkb.zip / DVORAKKB.DOC < prev    next >
Text File  |  1996-03-06  |  4KB  |  96 lines

  1.  
  2.    DVORAKKB:  A Dvorak keyboard remapper for OS/2.
  3.  
  4.    Written by:  Mark Zetts
  5.  
  6.    Version 1.1
  7.  
  8.     (c) Copyright International Business Machines Corporation 1995.
  9.     All rights Reserved.
  10.  
  11.  
  12.  Version 1.0 - First release.
  13.  Version 1.1 - Fix bug where the left brace produced a right brace.
  14.  
  15.  
  16.  DVORAKKB remaps the standard 101/102 keyboard (US layout) to a
  17.  Dvorak layout.  The keyboard will be remapped in the PM screen
  18.  group for PM, OS2, DOS and Seamless applications and for DOS and
  19.  OS2 full screen applications.  Full screen Windows may be converted
  20.  to Dvorak by loading the Windows Dvorak keyboard driver (procedure
  21.  provided).
  22.  
  23.  DVORAKKB runs under OS/2 2.x and OS/2 3.x.
  24.  
  25.  DVORAKKB may be invoked from either an OS/2 command line or as program
  26.  object on the desktop.  Invoking the program with no options will
  27.  display help.
  28.  
  29.  Left and right hand versions of the Dvorak keyboard are also available
  30.  for the disabled.
  31.  
  32.    Procedure to load the Windows Dvorak keyboard driver:
  33.  
  34.          1.  Open WIN/OS2 folder.
  35.          2.  Open WIN-OS/2 Main folder.
  36.          3.  Double click on Control Panel icon.
  37.          4.  Double click on International icon.
  38.          5.  Drop down the Keyboard Layout combobox.
  39.          6.  Select US-Dvorak (See Note 1).
  40.          7.  Click on OK.
  41.  
  42.          Note:  1.  The Dvorak driver, KBDDV.DLL, is located on OS/2
  43.                     Installation diskette #9.
  44.                 2.  This will change seamless and full screen Windows
  45.                     sessions to the Dvorak layout.
  46.                 3.  The lefthand and righthand Dvorak layouts are
  47.                     not provided.
  48.                 4.  If the Windows Dvorak keyboard driver is not loaded,
  49.                     DVORAKKB will remap the seamless Windows session
  50.                     only.  Full screen Windows will remain QWERTY.
  51.  
  52.  
  53.    A graphic of the Dvorak and QWERTY layouts may be displayed
  54.  using the -L command option for quick reference.
  55.  
  56.  
  57.    Usage:  DVORAKKB  string   -S   -L   -KILL   -LQ  -?
  58.  
  59.      where:  string   Keyboard assignment
  60.              -S       Query status
  61.              -L       Display keyboard layout
  62.              -KILL    Unload the DVORAKKB utility.
  63.              -LQ      Display QWERTY keyboard layout
  64.              -?       Help
  65.              -A       About 
  66.  
  67.             Keyboard Assignments:
  68.                DV       - Standard Dvorak  (Default)
  69.                RH       - Right Hand Dvorak
  70.                LH       - Left Hand Dvorak
  71.  
  72.    Examples:   DVORAKKB  DV  -  Standard Dvorak keyboard
  73.                DVORAKKB  RH  -  Right hand Dvorak keyboard
  74.                DVORAKKB  -L  -  Display the current keyboard layout
  75.  
  76.  
  77.  To switch between Dvorak and QWERTY keyboard layouts, double click
  78.  the Scroll Lock key.  You MUST be in the PM screen group when switching
  79.  between Dvorak and QWERTY.  Switching is disabled in full screen mode.
  80.  
  81.  
  82. NLS Notes:  1. You must be using the US keyboard layout to invoke
  83.                the Dvorak remapper.
  84.  
  85.            2.  If you change to a non-US layout while the keyboard
  86.                is remapped to the Dvorak layout, the Dvorak layout
  87.                is unloaded and the keyboard reverts to QWERTY or
  88.                AZERTY.
  89.  
  90.            3.  When you switch back to the US layout, the Dvorak
  91.                layout will automatically be restored IF it was enabled
  92.                prior to switching away from the US keyboard.
  93.                Otherwise, just double click on the Scroll Lock key to
  94.                reactivate it.
  95.  
  96.